Hi,
I'm working on a C++ project(MSSQL 6.5) to dynamically create permissions on tables based on previously existing permissions. Right now I'm querying via cursors in C++ and reading the responses. I need to get the column names that are stored with the permissions in the sysprotects table. These names are stored as varbinary.

Does anyone know any tricks to extract the column names from the binary data either on the tSQl side or in C++?
Thanks!